Remove hidden-mode-line-mode
authorjustbur <justin@burkett.cc>
Thu, 9 Jul 2015 11:25:47 +0000 (07:25 -0400)
committerjustbur <justin@burkett.cc>
Thu, 9 Jul 2015 11:25:47 +0000 (07:25 -0400)
which-key.el

index e248a255b262e61ea7e5f4f7e123d62ab2399f40..c3e06f9a796777ed21948b32147fc3d770010149 100644 (file)
@@ -157,7 +157,7 @@ Used when `which-key-popup-type' is frame.")
   (with-current-buffer which-key--buffer
     (setq-local cursor-type nil)
     (setq-local cursor-in-non-selected-windows nil)
-    (hidden-mode-line-mode t))
+    (setq-local mode-line-format ""))
   (setq which-key--setup-p t))
 
 (defun which-key/setup-side-window-right ()